home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / archive / userbox / publicdomain / superviewel.lha / SuperViewEL / SuperViewLibrary / SQ-Operators / SQMosaic.doc < prev    next >
Text File  |  1996-06-18  |  2KB  |  66 lines

  1.  
  2.   SQMosaic.svoperator
  3.  
  4.   © 1995 by Steve Quartly.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 3.1
  9.   Release Date : 16.02.1996
  10.  
  11.  
  12.   Requirements
  13.   ~~~~~~~~~~~~
  14.   - OS V2.04+ (V37)+ and its libraries
  15.   - superviewsupport.library V5+
  16.  
  17.   Description
  18.   ~~~~~~~~~~~
  19.   SQMosaic.svoperator is an external SV_GfxBuffer modification module
  20.   for superview.library.
  21.  
  22.   This operator applies a square block mosaic to the image.
  23.  
  24.   ***NOTE:  This  operator will only work on a 24 bit buffer. This is not a
  25.   major  problem  as you can apply the AnyTo24Bit.svoperator first and then
  26.   apply this operator quite successfully.
  27.  
  28.   ControlPad-Switches
  29.   ~~~~~~~~~~~~~~~~~~~
  30.   ControlPad-Name     : "ENV:superview-library/SQMosaic.controlpad"
  31.   ControlPad-Commands : - BLOCKSIZE=<1..255>
  32.                           ; This the size of the Mosaic block.
  33.                           ;
  34.                           ; The following controlpads allow you to apply
  35.                           ; this operator to a rectangular region of the
  36.                           ; image.
  37.                         - LEFTEDGE=<Value>
  38.                           ; crop from x position
  39.                           ; (will be adjusted, if >= source width)
  40.                         - TOPEDGE=<Value>
  41.                           ; crop from y position
  42.                           ; (will be adjusted, if >= source height)
  43.                         - WIDTH=<Value>
  44.                           ; crop how many x pixels from leftedge
  45.                           ; (will be adjusted, if too large)
  46.                         - HEIGHT=<Value>
  47.                           ; crop how many y pixels from topedge
  48.                           ; (will be adjusted, if too large)
  49.  
  50.   Author
  51.   ~~~~~~
  52.   Steve Quartly
  53.   1280 Stevens St
  54.   MUNDARING
  55.   Western Australia        steveq@sndcrft.DIALix.oz.au
  56.  
  57.   History
  58.   ~~~~~~~
  59.   V1.0 (01.09.1995) :
  60.  
  61.    - first public release
  62.  
  63.   V3.1 (1.1.1996)   :
  64.  
  65.    - added progress indicator support
  66.